From f8128d6e5deb275eea6262abdb96b42d3593212c Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 2 Jul 2009 11:35:30 +0100 Subject: [PATCH] xend: Remove disused constants This patch removes disused constants from XendConstants.py. Signed-off-by: Masaki Kanno --- tools/python/xen/xend/XendConstants.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/python/xen/xend/XendConstants.py b/tools/python/xen/xend/XendConstants.py index 7082bd8c2e..22cec05652 100644 --- a/tools/python/xen/xend/XendConstants.py +++ b/tools/python/xen/xend/XendConstants.py @@ -89,13 +89,8 @@ DOM_STATES_OLD = [ 'dying' ] -STATE_DOM_OK = 1 -STATE_DOM_SHUTDOWN = 2 - SHUTDOWN_TIMEOUT = (60.0 * 5) -ZOMBIE_PREFIX = 'Zombie-' - """Minimum time between domain restarts in seconds.""" MINIMUM_RESTART_TIME = 60 -- 2.30.2